storeitem=qmenu.item("Store View",storeViewClick,"|Store 3D view position in this position item.")
getitem=qmenu.item("Set View", setViewClick,"|Set 3D view position from this position item.\n\nThen use PgUp/Down with 'C' depressed to cycle prev/next camera positions in the same group as this one.\n\nThis won't work until a view has been set or stored in the group with the menu item")
return [getitem, storeitem]
mapentities.DuplicatorType.menu = camposmenu
#
# Icons in the treeview represent map objects directly,
# while icons in the map views represent their handles.
# the code here uses the object's menu as the handle's.